Return

Edit Task: SetAnchor

Description

The SetAnchor attribute under EditTask defines whether the task has to be the first or last task scheduled. No other tasks may be scheduled at the same time as anchor tasks.

Parameters

ParameterDescription
SetAnchorOptions are either "NA", "Start", or "End".

Examples

Make TaskA an End anchor task

PATCH api/task/TaskA

Body:

{

"SetAnchor" : "End"

}